Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat - Allow advanced merging through mergeWithRules #150

Merged
merged 21 commits into from
Oct 7, 2020
Merged

Conversation

bebraw
Copy link
Member

@bebraw bebraw commented Oct 1, 2020

See the readme for the full example.

Closes #146 and #149.

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2020

Codecov Report

Merging #150 into master will decrease coverage by 0.72%.
The diff coverage is 97.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
- Coverage   99.15%   98.43%   -0.73%     
==========================================
  Files           5        6       +1     
  Lines         119      192      +73     
  Branches       34       52      +18     
==========================================
+ Hits          118      189      +71     
- Misses          1        3       +2     
Impacted Files Coverage Δ
src/index.ts 98.36% <97.59%> (-1.64%) ⬇️
src/join-arrays.ts 96.42% <100.00%> (-0.80%) ⬇️
src/types.ts 100.00% <100.00%> (ø)
src/utils.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b917df...59bf098. Read the comment docs.

src/index.ts Outdated Show resolved Hide resolved
@bebraw bebraw changed the title feat - Allow advanced merging through customizeArray feat - Allow advanced merging through mergeWithRules Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merging two module.rules just appends
3 participants